Welcome![Sign In][Sign Up]
Location:
Search - com mfc

Search list

[DocumentsMFC程序员的WTL指南

Description: 序言 3 第一章ATL 界面类 4 1.1、对本书的总体介绍 4 1.2、对这一章的简单介绍 5 1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5 1.2.2、ATL风格模板 6 1.3、ATL 窗口类 8 1.3.1、定义一个窗口的实现 8 1.3.2、填写消息映射链 9 1.3.3、高级消息映射链和嵌入类 11 1.3.4、ATL程序的结构 13 1.3.5、ATL中的对话框 15 第二章WTL 界面基类 18 2.1、WTL 总体印象 18 2.2、开始写WTL程序 18 2.2.1、WTL 对消息映射的增强 20 2.2.2、从WTL的应用程序生成向导能得到什么 24 第三章 工具条与状态条 35 3.1、主窗口的工具条和状态条 35 第四章 对话框与控件 48 第五章 高级对话框用户界面类 67 第六章 包容ActiveX控件 82 第七章 分隔窗口 96 第八章 属性页与向导 112 第九章 GDI类,通用对话框,初始化类 127 9.1、GDI 封装类 127 9.1.1、封装类的通用函数 128 9.2.3、与 MFC 封装类的不同之处 130 9.3、资源装载(Resource-Loading)函数 130 9.4、使用通用对话框 133 9.4.1、CFileDialog类 134 9.4.2、CFolderDialog类 137 9.5、其它有用的类和全局函数 138 9.5.1、对结构的封装 138 9.5.2、处理双类型参数的类 138 9.6、其它工具类 139 9.7、全局函数 141 9.8、宏 142 9.9、例子工程 143 第十章 支持拖放操作 147
Platform: | Size: 2290176 | Author: 215486763@qq.com | Hits:

[ActiveX/DCOM/ATL用MFC写COM

Description: 本文首先描述创建一个COM服务器的步骤和核心代码.然后说明客户程序关键代码。-This paper first describes the creation of a COM server steps and core code. It then describes the key client code.
Platform: | Size: 3072 | Author: 躺用 | Hits:

[ActiveX/DCOM/ATLcomtut11src

Description: 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface components procedures with MFC First approach to the preparation of "pure" IDispatch interface; Two methods are used to prepare ATL "dual interface" components.IDispatch ...... COM (Type library) tlb( VC #import)
Platform: | Size: 254976 | Author: 冷寒 | Hits:

[VC/MFCVisual C++ MFC 简明教程word版

Description: 非常经典的教程。 主页:http://www.programsalon.com/developer.asp?id=victor000000 邮箱:victor000000@tom.com-A very classical tutorial. Homepage: http://www.programsalon.com/developer.asp?id=victor000000 E-mail:victor000000@tom.com
Platform: | Size: 69632 | Author: victor | Hits:

[ActiveX/DCOM/ATLcom编程实例全集

Description: 说到COM,相信在Windows平台上有过开发经验的朋友一定接触过,它是Windows操作系统的基本软件模型,从93年建立以来,为Windows平台的推广和发展做出了不可磨灭的贡献,而且其自身还在不断发展。但是要真正开发COM组件并不是很轻松,在Visual C++中,我们既可以使用MFC也可以使用ATL。MFC完全面向Windows应用,它用C++的封装技术建立了一套适合于开发Windows应用的C++类库,虽然在后期的版本中MFC提供了大量的COM支持,但是从基本的设计结构上讲,MFC不适合于开发专业的COM组件,它适合于在Windows应用的基础上提供相应的COM支持-said, I believe that the Windows platform had experience in the development of certain contact with friends, it is the basic Windows operating system software model, from the establishment of 93 for the Windows platform, and promote the development of an indelible contribution, but also its own development. But to really develop COM is not very easy in Visual C, we can use MFC can also use ATL. MFC entirely oriented Windows applications, it is using the C Packaging Technology for the establishment of a set of Windows applications in the development of the C library, although in the latter part of MFC version provides a large number of COM support, but from the basic structure of the design sense, MFC is not suitable for the professional development of COM, it suited to the Windows applicat
Platform: | Size: 118784 | Author: 风帆 | Hits:

[Telnet Client2007101022222759710

Description: 基于MFC CAsyncSocket派生一个CTermSocket实现的一个Telnet源程序,是学习MFC网络编程的好例子。本站默认解压密码:vscodes.com-MFC CAsyncSocket derived based on a CTermSocket realize a Telnet source is learning MFC a good example of network programming. Powered By default unzip password: vscodes.com
Platform: | Size: 137216 | Author: ahcfwj | Hits:

[STLstlsoft-1.9.1-beta10

Description: 用STL的方式封装了WindowsAPI、COM调用、ACE、ATL、MFC、WTL等多种组件,以简洁的接口让使用者在使用这些API功能时少犯错误。-STL package with the way the WindowsAPI, COM call, ACE, ATL, MFC, WTL and many other components to simple interface allows users to use these API functions make fewer mistakes.
Platform: | Size: 1973248 | Author: bobxu | Hits:

[VC/MFCMFC

Description: 本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于软件使用的老手,此篇或已足以让您掌握Visual C++整合环境。工具的使用虽然谈不上学问,但在视觉化软件开发过程中扮演极重角色,切莫小觑它。 第三篇介绍application framework的观念,以及MFC骨干程序,所谓骨干程序,是指Visual C++的工具AppWizard所产生出来的程序码。当然,AppWizard会根据你的选项做出不同的程序码,我所据以解说的,是大众化选项下的产品。 第四篇以微软公司附于Visual C++光碟片上的一个范例程序Scribble为主轴,一步一步加上新的功能。并在其间深入介绍Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术。这些技术正是其他书籍最缺乏的部分。此篇之最后数章则脱离Scribble程序,另成一格。 本书内含光盘一片,书中所有原始码与可执行文件尽在其中。 -err
Platform: | Size: 1058816 | Author: damxie | Hits:

[Othercalculator

Description: mfc编写的计算器未完善有做的好的给我发个给我somehearts_520@163.com-mfc prepared calculator do not have a good sound to me a month to me somehearts_520@163.com
Platform: | Size: 1885184 | Author: 李正东 | Hits:

[Embeded-SCM DevelopMFC_Com

Description: WINCE MFC COM sample. (from EVC高級編程及其應用開發)-WINCE MFC COM sample. (From EVC high-level programming and application development)
Platform: | Size: 112640 | Author: 劉尚軍 | Hits:

[Windows CEMFC_Com_Client

Description: WINCE MFC COM client sample. (from EVC高級編程及其應用開發) -WINCE MFC COM client sample. (From EVC high-level programming and application development)
Platform: | Size: 113664 | Author: 劉尚軍 | Hits:

[VC/MFCcom

Description: VC++的MFC开发串口调试助手源代码,包括数据发送,接收,显示制式等
Platform: | Size: 1939456 | Author: | Hits:

[VC/MFCCOM.STL

Description: 包含c/c++/WINDOWS/MFC等内容,很全面,从基础到深入,就是大了点-Contains c/c++/WINDOWS/MFC, etc., it is comprehensive, from basic to in depth, that is a big point
Platform: | Size: 6269952 | Author: Jenny | Hits:

[OS programMFC_COM

Description: 用MFC编写的COM程序,包括客户端测试程序。-COM using MFC prepared procedures, including client-side test procedure.
Platform: | Size: 7889920 | Author: laye | Hits:

[VC/MFCCOM

Description: 关于******visual c++下 com+编程的实用技术书籍,vc由mfc更进步的必备书籍.-About****** visual c++ Under com+ Programming practical technical books, vc by mfc required more advanced books.
Platform: | Size: 14656512 | Author: huangchen | Hits:

[VC/MFCMFC

Description: 用MFC实现串口编程, 本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC 实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0 编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win API、MFC32位应用程序、事件驱动、非阻塞通信、多线程. -Serial programming using MFC, this article details the basic principles of serial communication, as well as in Windows NT, Win98 environment with MFC Serial (COM) method of communication: the use of ActiveX controls or Win API. And to give with Visual C++6.0 to prepare the corresponding MFC32-bit applications. Keywords: serial communication, VC++6.0, ActiveX controls, Win API, MFC32-bit applications, event-driven, non-blocking communications, multi-threaded.
Platform: | Size: 6144 | Author: powerman | Hits:

[ISAPI-IESMB

Description: MFC 写的ie ---mfcie 基本的功能都有。 主要利用了CHtmlView类显示HTML。 其中,CHtmlView的实现是基于COM的。 并且用到了Windows套接字。-MFC wrote the basic ie--- mfcie function. The main advantage of category CHtmlView show HTML. Which, CHtmlView realization is based on the COM. And use the Windows Sockets.
Platform: | Size: 97280 | Author: | Hits:

[VC/MFCMFC

Description: 本书内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。-Book covering the latest MFC programming concepts, the book provides a large number of VC programming examples to help readers grasp the VC more comprehensive programming knowledge, skills and methods.
Platform: | Size: 7228416 | Author: | Hits:

[VC/MFCVC-MFC-programming-by-example

Description: Visual C + + MFC编程实例及其源代码。 如何将MFC应用于许多普通编程问题.除了技术,如数据库创建、网络系统和通讯程序,所有的源代码的书可以使读者建立自己的应用程序。-Visual C++ MFC programming examples and source code.This title demonstrates how to apply MFCs to many common programming problems. in addition to techniques such as database creation, networking systems and COM programming, all source code from the book is available enabling the reader to build their own applications.
Platform: | Size: 13405184 | Author: | Hits:

[Windows CECom-List

Description: wince MFC编程使用的comlist控件 ,非常实用-wince MFC programming using comlist control, very useful
Platform: | Size: 86016 | Author: yangfan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net